ANativeWindow_setBuffersTransform

Set a transform that will be applied to future buffers posted to the window.

Available since API level 26.

\param transform combination of {@link ANativeWindowTransform} flags \return 0 for success, or -EINVAL if \p transform is invalid

extern (C)
static if(__ANDROID_API__ >= 26)
int32_t
ANativeWindow_setBuffersTransform

Meta